VintaSoft Imaging .NET SDK 14.0: Документация для .NET разработчика
Vintasoft.Imaging.Processing Namespace / ProcessingProfile<TTarget> Class
Члены типа Объект Синтаксис Иерархия Требования Смотрите также
В этом разделе
    Класс ProcessingProfile<TTarget>
    В этом разделе
    Предоставляет базовый абстрактный класс для верификаторов или преобразователей.
    Объектная модель
    ProcessingProfile<TTarget>
    Синтаксис
    'Declaration
    
    Public MustInherit Class ProcessingProfile(Of TTarget
    The type of the target.
    ) Inherits ProcessingCommandExecutor(Of TTarget)
    public abstract class ProcessingProfile<TTarget> : ProcessingCommandExecutor<TTarget>
    
    
    public __gc abstract class ProcessingProfile<TTarget> : public ProcessingCommandExecutor<TTarget*>*
    
    
    generic<typename TTarget>
    public ref class ProcessingProfile abstract : public ProcessingCommandExecutor<TTarget^>^
    
    

    Type Parameters

    TTarget
    The type of the target.
    Иерархия наследования
    Требования

    Целевые платформы: .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5

    Смотрите также